vendor/golang.org/x/text/unicode/norm.Properties.pos (field)

15 uses

	vendor/golang.org/x/text/unicode/norm (current package)
		composition.go#L151: 		start := rb.rune[i].pos
		composition.go#L161: 		start := rb.rune[i].pos
		composition.go#L175: 		p += copy(buf[p:], rb.byte[runep.pos:runep.pos+runep.size])
		composition.go#L200: 	info.pos = pos
		composition.go#L282: 	rb.rune[rb.nrune] = Properties{pos: bn, size: uint8(sz)}
		composition.go#L288: 	bn := rb.rune[pos].pos
		composition.go#L290: 	rb.rune[pos] = Properties{pos: bn, size: uint8(sz)}
		composition.go#L296: 	r, _ := utf8.DecodeRune(rb.byte[inf.pos : inf.pos+inf.size])
		composition.go#L304: 	return rb.byte[inf.pos : int(inf.pos)+int(inf.size)]
		forminfo.go#L41: 	pos   uint8  // start position in reorderBuffer; used in composition.go
		normalize.go#L99: 		p := info.pos
		normalize.go#L126: 			p := info.pos